home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_2449
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
971b
|
45 lines
on(release){
if(_root.poz == "b")
{
_root.ic_none();
_root.set_info(502);
_root.ic_ruka();
}
if(_root.poz == "k")
{
if(_root.ii32 >= 2)
{
_root.stopdragall();
_root.hideall();
_root.d_kuchar.i = "dort_vylepsovat";
}
else if(_root.draglej == 32)
{
_root.stopdragall();
_root.itembar_remove(32);
_root.ii32 = 2;
_root.dort2.gotoAndStop(2);
_root.ic_none();
_root.set_info(502);
_root.ic_ruka();
}
else if(0 < _root.draglej)
{
_root.stopdragall();
_root.hideall();
_root.d_kuchar.i = "dort_bad";
}
else
{
_root.stopdragall();
_root.hideall();
_root.d_kuchar.i = "dort_nesahat";
}
}
else
{
_root.stopdragall();
_root.pepa.gotoAndPlay(_root.poz add "k");
}
}